home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5535 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  47 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: news.shlink.de!wiloyee!chaos
  3. From: chaos@wiloyee.shnet.org
  4. Subject: Re: 68040's Move16
  5. X-Newsreader: TIN [UNIX 1.3 950515BETA PL0]
  6. Organization: Studentenhochhaus Wedel Deutschland
  7. Message-ID: <DoB1uE.1I8@wiloyee.shnet.org>
  8. References: <4hks80$4l6@tempo.univ-lyon1.fr> <42116631@phoenix.owl.de> <699.6640T1334T775@mailbox.swipnet.se> <4i3n1e$2bvs@columba.udac.uu.se>
  9. Date: Fri, 15 Mar 1996 10:44:38 GMT
  10.  
  11. Erik Trulsson (trulsson@student.docs.uu.se) wrote:
  12.  
  13. Why not use MOVE16 on Amiga?
  14.  
  15. : I *think*that the problem is as follows: (please correct me if I am wrong)
  16. : The Move16 instruction uses the burst-transfer mode of the '040.
  17. : The Amiga 4000 (the only model shipping with a '040) has a badly
  18. : designed memory system that does not support burst mode.
  19. : Therefore the Move16 instruction will not work on a normal A4000 ,
  20. : although it should work on most '040 boards with better memory
  21. : handling.
  22.  
  23. this is wrong. The bus unit of the 68040 will automatically fall back to
  24. slower standard memory accesses if it detects that burst is not supported.
  25. the problem must somewhere else.
  26.  
  27. enough guessing. I have a look in the docs:
  28.  
  29. - C= says never use TAS, because the indivisable Read-Modify-Write cycle
  30.   interferes with system DMA. I guess it's the same with all the other
  31.   strange commands that use Read-Modify-Write cycles.
  32.  
  33. - I searched my whole C=-documentation directory for the word "move16",
  34.   and didn't get a single match. perhaps my documentation isn't complete
  35.   but i now assume that it's ok to use move16. 
  36.  
  37.  
  38.  
  39. so we better stop about guessing. has anyone the most up to date developer
  40. CD's? please make a complete search for move16. if you don't find anything,
  41. we can assume it to be save.
  42.  
  43.  
  44.  
  45. dierk "chaos" ohlerich
  46.  
  47.